Traceback (most recent call last): File "./geojunk.fcgi", line 19, in WSGIServer(application).run() File "/home2/snowbear/python/lib/python3.4/site-packages/flup/server/fcgi.py", line 112, in run sock = self._setupSocket() File "/home2/snowbear/python/lib/python3.4/site-packages/flup/server/fcgi_base.py", line 1006, in _setupSocket req.run() File "/home2/snowbear/python/lib/python3.4/site-packages/flup/server/fcgi_base.py", line 581, in run self._end(appStatus, protocolStatus) File "/home2/snowbear/python/lib/python3.4/site-packages/flup/server/fcgi_base.py", line 610, in _end sys.exit(appStatus) SystemExit: 0 Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 18, in setup apps.populate(settings.INSTALLED_APPS) File "/home2/snowbear/python/lib/python3.4/site-packages/django/apps/registry.py", line 85, in populate app_config = AppConfig.create(entry) File "/home2/snowbear/python/lib/python3.4/site-packages/django/apps/config.py", line 90, in create module = import_module(entry) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'classic' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 18, in setup apps.populate(settings.INSTALLED_APPS) File "/home2/snowbear/python/lib/python3.4/site-packages/django/apps/registry.py", line 85, in populate app_config = AppConfig.create(entry) File "/home2/snowbear/python/lib/python3.4/site-packages/django/apps/config.py", line 90, in create module = import_module(entry) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'classic' Traceback (most recent call last): File "/home2/snowbear/python/lib/python3.4/site-packages/django/apps/registry.py", line 148, in get_app_config return self.app_configs[app_label] KeyError: 'profile' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home2/snowbear/python/lib/python3.4/site-packages/mezzanine/accounts/__init__.py", line 33, in get_profile_model return apps.get_model(settings.ACCOUNTS_PROFILE_MODEL) File "/home2/snowbear/python/lib/python3.4/site-packages/django/apps/registry.py", line 197, in get_model return self.get_app_config(app_label).get_model(model_name.lower()) File "/home2/snowbear/python/lib/python3.4/site-packages/django/apps/registry.py", line 155, in get_app_config raise LookupError(message) LookupError: No installed app with label 'profile'. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 18, in setup apps.populate(settings.INSTALLED_APPS) File "/home2/snowbear/python/lib/python3.4/site-packages/django/apps/registry.py", line 115, in populate app_config.ready() File "/home2/snowbear/python/lib/python3.4/site-packages/django/contrib/admin/apps.py", line 22, in ready self.module.autodiscover() File "/home2/snowbear/python/lib/python3.4/site-packages/mezzanine/boot/__init__.py", line 114, in autodiscover django_autodiscover(*args, **kwargs) File "/home2/snowbear/python/lib/python3.4/site-packages/django/contrib/admin/__init__.py", line 26, in autodiscover autodiscover_modules('admin', register_to=site) File "/home2/snowbear/python/lib/python3.4/site-packages/django/utils/module_loading.py", line 50, in autodiscover_modules import_module('%s.%s' % (app_config.name, module_to_search)) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2226, in _find_and_load_unlocked File "", line 1200, in _load_unlocked File "", line 1129, in _exec File "", line 1471, in exec_module File "", line 321, in _call_with_frames_removed File "/home2/snowbear/python/lib/python3.4/site-packages/mezzanine/accounts/admin.py", line 49, in class ProfileInline(admin.StackedInline): File "/home2/snowbear/python/lib/python3.4/site-packages/mezzanine/accounts/admin.py", line 50, in ProfileInline model = get_profile_model() File "/home2/snowbear/python/lib/python3.4/site-packages/mezzanine/accounts/__init__.py", line 40, in get_profile_model % settings.ACCOUNTS_PROFILE_MODEL) django.core.exceptions.ImproperlyConfigured: ACCOUNTS_PROFILE_MODEL refers to model 'profile.UserProfile' that has not been installed Traceback (most recent call last): File "/home2/snowbear/python/lib/python3.4/site-packages/django/apps/registry.py", line 148, in get_app_config return self.app_configs[app_label] KeyError: 'profile' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home2/snowbear/python/lib/python3.4/site-packages/mezzanine/accounts/__init__.py", line 33, in get_profile_model return apps.get_model(settings.ACCOUNTS_PROFILE_MODEL) File "/home2/snowbear/python/lib/python3.4/site-packages/django/apps/registry.py", line 197, in get_model return self.get_app_config(app_label).get_model(model_name.lower()) File "/home2/snowbear/python/lib/python3.4/site-packages/django/apps/registry.py", line 155, in get_app_config raise LookupError(message) LookupError: No installed app with label 'profile'. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 18, in setup apps.populate(settings.INSTALLED_APPS) File "/home2/snowbear/python/lib/python3.4/site-packages/django/apps/registry.py", line 115, in populate app_config.ready() File "/home2/snowbear/python/lib/python3.4/site-packages/django/contrib/admin/apps.py", line 22, in ready self.module.autodiscover() File "/home2/snowbear/python/lib/python3.4/site-packages/mezzanine/boot/__init__.py", line 114, in autodiscover django_autodiscover(*args, **kwargs) File "/home2/snowbear/python/lib/python3.4/site-packages/django/contrib/admin/__init__.py", line 26, in autodiscover autodiscover_modules('admin', register_to=site) File "/home2/snowbear/python/lib/python3.4/site-packages/django/utils/module_loading.py", line 50, in autodiscover_modules import_module('%s.%s' % (app_config.name, module_to_search)) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2226, in _find_and_load_unlocked File "", line 1200, in _load_unlocked File "", line 1129, in _exec File "", line 1471, in exec_module File "", line 321, in _call_with_frames_removed File "/home2/snowbear/python/lib/python3.4/site-packages/mezzanine/accounts/admin.py", line 49, in class ProfileInline(admin.StackedInline): File "/home2/snowbear/python/lib/python3.4/site-packages/mezzanine/accounts/admin.py", line 50, in ProfileInline model = get_profile_model() File "/home2/snowbear/python/lib/python3.4/site-packages/mezzanine/accounts/__init__.py", line 40, in get_profile_model % settings.ACCOUNTS_PROFILE_MODEL) django.core.exceptions.ImproperlyConfigured: ACCOUNTS_PROFILE_MODEL refers to model 'profile.UserProfile' that has not been installed Traceback (most recent call last): File "/home2/snowbear/python/lib/python3.4/site-packages/django/apps/registry.py", line 148, in get_app_config return self.app_configs[app_label] KeyError: 'profile' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home2/snowbear/python/lib/python3.4/site-packages/mezzanine/accounts/__init__.py", line 33, in get_profile_model return apps.get_model(settings.ACCOUNTS_PROFILE_MODEL) File "/home2/snowbear/python/lib/python3.4/site-packages/django/apps/registry.py", line 197, in get_model return self.get_app_config(app_label).get_model(model_name.lower()) File "/home2/snowbear/python/lib/python3.4/site-packages/django/apps/registry.py", line 155, in get_app_config raise LookupError(message) LookupError: No installed app with label 'profile'. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 18, in setup apps.populate(settings.INSTALLED_APPS) File "/home2/snowbear/python/lib/python3.4/site-packages/django/apps/registry.py", line 115, in populate app_config.ready() File "/home2/snowbear/python/lib/python3.4/site-packages/django/contrib/admin/apps.py", line 22, in ready self.module.autodiscover() File "/home2/snowbear/python/lib/python3.4/site-packages/mezzanine/boot/__init__.py", line 114, in autodiscover django_autodiscover(*args, **kwargs) File "/home2/snowbear/python/lib/python3.4/site-packages/django/contrib/admin/__init__.py", line 26, in autodiscover autodiscover_modules('admin', register_to=site) File "/home2/snowbear/python/lib/python3.4/site-packages/django/utils/module_loading.py", line 50, in autodiscover_modules import_module('%s.%s' % (app_config.name, module_to_search)) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2226, in _find_and_load_unlocked File "", line 1200, in _load_unlocked File "", line 1129, in _exec File "", line 1471, in exec_module File "", line 321, in _call_with_frames_removed File "/home2/snowbear/python/lib/python3.4/site-packages/mezzanine/accounts/admin.py", line 49, in class ProfileInline(admin.StackedInline): File "/home2/snowbear/python/lib/python3.4/site-packages/mezzanine/accounts/admin.py", line 50, in ProfileInline model = get_profile_model() File "/home2/snowbear/python/lib/python3.4/site-packages/mezzanine/accounts/__init__.py", line 40, in get_profile_model % settings.ACCOUNTS_PROFILE_MODEL) django.core.exceptions.ImproperlyConfigured: ACCOUNTS_PROFILE_MODEL refers to model 'profile.UserProfile' that has not been installed Traceback (most recent call last): File "/home2/snowbear/python/lib/python3.4/site-packages/django/apps/registry.py", line 148, in get_app_config return self.app_configs[app_label] KeyError: 'profile' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home2/snowbear/python/lib/python3.4/site-packages/mezzanine/accounts/__init__.py", line 33, in get_profile_model return apps.get_model(settings.ACCOUNTS_PROFILE_MODEL) File "/home2/snowbear/python/lib/python3.4/site-packages/django/apps/registry.py", line 197, in get_model return self.get_app_config(app_label).get_model(model_name.lower()) File "/home2/snowbear/python/lib/python3.4/site-packages/django/apps/registry.py", line 155, in get_app_config raise LookupError(message) LookupError: No installed app with label 'profile'. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 18, in setup apps.populate(settings.INSTALLED_APPS) File "/home2/snowbear/python/lib/python3.4/site-packages/django/apps/registry.py", line 115, in populate app_config.ready() File "/home2/snowbear/python/lib/python3.4/site-packages/django/contrib/admin/apps.py", line 22, in ready self.module.autodiscover() File "/home2/snowbear/python/lib/python3.4/site-packages/mezzanine/boot/__init__.py", line 114, in autodiscover django_autodiscover(*args, **kwargs) File "/home2/snowbear/python/lib/python3.4/site-packages/django/contrib/admin/__init__.py", line 26, in autodiscover autodiscover_modules('admin', register_to=site) File "/home2/snowbear/python/lib/python3.4/site-packages/django/utils/module_loading.py", line 50, in autodiscover_modules import_module('%s.%s' % (app_config.name, module_to_search)) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2226, in _find_and_load_unlocked File "", line 1200, in _load_unlocked File "", line 1129, in _exec File "", line 1471, in exec_module File "", line 321, in _call_with_frames_removed File "/home2/snowbear/python/lib/python3.4/site-packages/mezzanine/accounts/admin.py", line 49, in class ProfileInline(admin.StackedInline): File "/home2/snowbear/python/lib/python3.4/site-packages/mezzanine/accounts/admin.py", line 50, in ProfileInline model = get_profile_model() File "/home2/snowbear/python/lib/python3.4/site-packages/mezzanine/accounts/__init__.py", line 40, in get_profile_model % settings.ACCOUNTS_PROFILE_MODEL) django.core.exceptions.ImproperlyConfigured: ACCOUNTS_PROFILE_MODEL refers to model 'profile.UserProfile' that has not been installed Traceback (most recent call last): File "/home2/snowbear/python/lib/python3.4/site-packages/django/apps/registry.py", line 148, in get_app_config return self.app_configs[app_label] KeyError: 'profile' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home2/snowbear/python/lib/python3.4/site-packages/mezzanine/accounts/__init__.py", line 33, in get_profile_model return apps.get_model(settings.ACCOUNTS_PROFILE_MODEL) File "/home2/snowbear/python/lib/python3.4/site-packages/django/apps/registry.py", line 197, in get_model return self.get_app_config(app_label).get_model(model_name.lower()) File "/home2/snowbear/python/lib/python3.4/site-packages/django/apps/registry.py", line 155, in get_app_config raise LookupError(message) LookupError: No installed app with label 'profile'. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 18, in setup apps.populate(settings.INSTALLED_APPS) File "/home2/snowbear/python/lib/python3.4/site-packages/django/apps/registry.py", line 115, in populate app_config.ready() File "/home2/snowbear/python/lib/python3.4/site-packages/django/contrib/admin/apps.py", line 22, in ready self.module.autodiscover() File "/home2/snowbear/python/lib/python3.4/site-packages/mezzanine/boot/__init__.py", line 114, in autodiscover django_autodiscover(*args, **kwargs) File "/home2/snowbear/python/lib/python3.4/site-packages/django/contrib/admin/__init__.py", line 26, in autodiscover autodiscover_modules('admin', register_to=site) File "/home2/snowbear/python/lib/python3.4/site-packages/django/utils/module_loading.py", line 50, in autodiscover_modules import_module('%s.%s' % (app_config.name, module_to_search)) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2226, in _find_and_load_unlocked File "", line 1200, in _load_unlocked File "", line 1129, in _exec File "", line 1471, in exec_module File "", line 321, in _call_with_frames_removed File "/home2/snowbear/python/lib/python3.4/site-packages/mezzanine/accounts/admin.py", line 49, in class ProfileInline(admin.StackedInline): File "/home2/snowbear/python/lib/python3.4/site-packages/mezzanine/accounts/admin.py", line 50, in ProfileInline model = get_profile_model() File "/home2/snowbear/python/lib/python3.4/site-packages/mezzanine/accounts/__init__.py", line 40, in get_profile_model % settings.ACCOUNTS_PROFILE_MODEL) django.core.exceptions.ImproperlyConfigured: ACCOUNTS_PROFILE_MODEL refers to model 'profile.UserProfile' that has not been installed Traceback (most recent call last): File "/home2/snowbear/python/lib/python3.4/site-packages/django/apps/registry.py", line 148, in get_app_config return self.app_configs[app_label] KeyError: 'profile' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home2/snowbear/python/lib/python3.4/site-packages/mezzanine/accounts/__init__.py", line 33, in get_profile_model return apps.get_model(settings.ACCOUNTS_PROFILE_MODEL) File "/home2/snowbear/python/lib/python3.4/site-packages/django/apps/registry.py", line 197, in get_model return self.get_app_config(app_label).get_model(model_name.lower()) File "/home2/snowbear/python/lib/python3.4/site-packages/django/apps/registry.py", line 155, in get_app_config raise LookupError(message) LookupError: No installed app with label 'profile'. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 18, in setup apps.populate(settings.INSTALLED_APPS) File "/home2/snowbear/python/lib/python3.4/site-packages/django/apps/registry.py", line 115, in populate app_config.ready() File "/home2/snowbear/python/lib/python3.4/site-packages/django/contrib/admin/apps.py", line 22, in ready self.module.autodiscover() File "/home2/snowbear/python/lib/python3.4/site-packages/mezzanine/boot/__init__.py", line 114, in autodiscover django_autodiscover(*args, **kwargs) File "/home2/snowbear/python/lib/python3.4/site-packages/django/contrib/admin/__init__.py", line 26, in autodiscover autodiscover_modules('admin', register_to=site) File "/home2/snowbear/python/lib/python3.4/site-packages/django/utils/module_loading.py", line 50, in autodiscover_modules import_module('%s.%s' % (app_config.name, module_to_search)) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2226, in _find_and_load_unlocked File "", line 1200, in _load_unlocked File "", line 1129, in _exec File "", line 1471, in exec_module File "", line 321, in _call_with_frames_removed File "/home2/snowbear/python/lib/python3.4/site-packages/mezzanine/accounts/admin.py", line 49, in class ProfileInline(admin.StackedInline): File "/home2/snowbear/python/lib/python3.4/site-packages/mezzanine/accounts/admin.py", line 50, in ProfileInline model = get_profile_model() File "/home2/snowbear/python/lib/python3.4/site-packages/mezzanine/accounts/__init__.py", line 40, in get_profile_model % settings.ACCOUNTS_PROFILE_MODEL) django.core.exceptions.ImproperlyConfigured: ACCOUNTS_PROFILE_MODEL refers to model 'profile.UserProfile' that has not been installed Traceback (most recent call last): File "/home2/snowbear/python/lib/python3.4/site-packages/django/apps/registry.py", line 148, in get_app_config return self.app_configs[app_label] KeyError: 'profile' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home2/snowbear/python/lib/python3.4/site-packages/mezzanine/accounts/__init__.py", line 33, in get_profile_model return apps.get_model(settings.ACCOUNTS_PROFILE_MODEL) File "/home2/snowbear/python/lib/python3.4/site-packages/django/apps/registry.py", line 197, in get_model return self.get_app_config(app_label).get_model(model_name.lower()) File "/home2/snowbear/python/lib/python3.4/site-packages/django/apps/registry.py", line 155, in get_app_config raise LookupError(message) LookupError: No installed app with label 'profile'. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 18, in setup apps.populate(settings.INSTALLED_APPS) File "/home2/snowbear/python/lib/python3.4/site-packages/django/apps/registry.py", line 115, in populate app_config.ready() File "/home2/snowbear/python/lib/python3.4/site-packages/django/contrib/admin/apps.py", line 22, in ready self.module.autodiscover() File "/home2/snowbear/python/lib/python3.4/site-packages/mezzanine/boot/__init__.py", line 114, in autodiscover django_autodiscover(*args, **kwargs) File "/home2/snowbear/python/lib/python3.4/site-packages/django/contrib/admin/__init__.py", line 26, in autodiscover autodiscover_modules('admin', register_to=site) File "/home2/snowbear/python/lib/python3.4/site-packages/django/utils/module_loading.py", line 50, in autodiscover_modules import_module('%s.%s' % (app_config.name, module_to_search)) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2226, in _find_and_load_unlocked File "", line 1200, in _load_unlocked File "", line 1129, in _exec File "", line 1471, in exec_module File "", line 321, in _call_with_frames_removed File "/home2/snowbear/python/lib/python3.4/site-packages/mezzanine/accounts/admin.py", line 49, in class ProfileInline(admin.StackedInline): File "/home2/snowbear/python/lib/python3.4/site-packages/mezzanine/accounts/admin.py", line 50, in ProfileInline model = get_profile_model() File "/home2/snowbear/python/lib/python3.4/site-packages/mezzanine/accounts/__init__.py", line 40, in get_profile_model % settings.ACCOUNTS_PROFILE_MODEL) django.core.exceptions.ImproperlyConfigured: ACCOUNTS_PROFILE_MODEL refers to model 'profile.UserProfile' that has not been installed Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 18, in setup apps.populate(settings.INSTALLED_APPS) File "/home2/snowbear/python/lib/python3.4/site-packages/django/apps/registry.py", line 85, in populate app_config = AppConfig.create(entry) File "/home2/snowbear/python/lib/python3.4/site-packages/django/apps/config.py", line 90, in create module = import_module(entry) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'neptune' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 18, in setup apps.populate(settings.INSTALLED_APPS) File "/home2/snowbear/python/lib/python3.4/site-packages/django/apps/registry.py", line 85, in populate app_config = AppConfig.create(entry) File "/home2/snowbear/python/lib/python3.4/site-packages/django/apps/config.py", line 90, in create module = import_module(entry) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'neptune' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 18, in setup apps.populate(settings.INSTALLED_APPS) File "/home2/snowbear/python/lib/python3.4/site-packages/django/apps/registry.py", line 85, in populate app_config = AppConfig.create(entry) File "/home2/snowbear/python/lib/python3.4/site-packages/django/apps/config.py", line 90, in create module = import_module(entry) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'neptune' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 18, in setup apps.populate(settings.INSTALLED_APPS) File "/home2/snowbear/python/lib/python3.4/site-packages/django/apps/registry.py", line 85, in populate app_config = AppConfig.create(entry) File "/home2/snowbear/python/lib/python3.4/site-packages/django/apps/config.py", line 90, in create module = import_module(entry) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'neptune' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 18, in setup apps.populate(settings.INSTALLED_APPS) File "/home2/snowbear/python/lib/python3.4/site-packages/django/apps/registry.py", line 85, in populate app_config = AppConfig.create(entry) File "/home2/snowbear/python/lib/python3.4/site-packages/django/apps/config.py", line 90, in create module = import_module(entry) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'neptune' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 18, in setup apps.populate(settings.INSTALLED_APPS) File "/home2/snowbear/python/lib/python3.4/site-packages/django/apps/registry.py", line 85, in populate app_config = AppConfig.create(entry) File "/home2/snowbear/python/lib/python3.4/site-packages/django/apps/config.py", line 90, in create module = import_module(entry) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'neptune' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 18, in setup apps.populate(settings.INSTALLED_APPS) File "/home2/snowbear/python/lib/python3.4/site-packages/django/apps/registry.py", line 85, in populate app_config = AppConfig.create(entry) File "/home2/snowbear/python/lib/python3.4/site-packages/django/apps/config.py", line 90, in create module = import_module(entry) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'neptune' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 18, in setup apps.populate(settings.INSTALLED_APPS) File "/home2/snowbear/python/lib/python3.4/site-packages/django/apps/registry.py", line 85, in populate app_config = AppConfig.create(entry) File "/home2/snowbear/python/lib/python3.4/site-packages/django/apps/config.py", line 90, in create module = import_module(entry) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'neptune' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 18, in setup apps.populate(settings.INSTALLED_APPS) File "/home2/snowbear/python/lib/python3.4/site-packages/django/apps/registry.py", line 85, in populate app_config = AppConfig.create(entry) File "/home2/snowbear/python/lib/python3.4/site-packages/django/apps/config.py", line 90, in create module = import_module(entry) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'neptune' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 18, in setup apps.populate(settings.INSTALLED_APPS) File "/home2/snowbear/python/lib/python3.4/site-packages/django/apps/registry.py", line 85, in populate app_config = AppConfig.create(entry) File "/home2/snowbear/python/lib/python3.4/site-packages/django/apps/config.py", line 90, in create module = import_module(entry) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'neptune' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 18, in setup apps.populate(settings.INSTALLED_APPS) File "/home2/snowbear/python/lib/python3.4/site-packages/django/apps/registry.py", line 85, in populate app_config = AppConfig.create(entry) File "/home2/snowbear/python/lib/python3.4/site-packages/django/apps/config.py", line 90, in create module = import_module(entry) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'neptune' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2226, in _find_and_load_unlocked File "", line 1200, in _load_unlocked File "", line 1129, in _exec File "", line 1471, in exec_module File "", line 321, in _call_with_frames_removed File "/home2/snowbear/django_py3_4/geojunk/geojunk/settings.py", line 405, in set_dynamic_settings(globals()) File "/home2/snowbear/python/lib/python3.4/site-packages/mezzanine/utils/conf.py", line 222, in set_dynamic_settings for (key, db) in s["DATABASES"].items(): KeyError: 'DATABASES' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2226, in _find_and_load_unlocked File "", line 1200, in _load_unlocked File "", line 1129, in _exec File "", line 1471, in exec_module File "", line 321, in _call_with_frames_removed File "/home2/snowbear/django_py3_4/geojunk/geojunk/settings.py", line 405, in set_dynamic_settings(globals()) File "/home2/snowbear/python/lib/python3.4/site-packages/mezzanine/utils/conf.py", line 222, in set_dynamic_settings for (key, db) in s["DATABASES"].items(): KeyError: 'DATABASES' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2226, in _find_and_load_unlocked File "", line 1200, in _load_unlocked File "", line 1129, in _exec File "", line 1471, in exec_module File "", line 321, in _call_with_frames_removed File "/home2/snowbear/django_py3_4/geojunk/geojunk/settings.py", line 405, in set_dynamic_settings(globals()) File "/home2/snowbear/python/lib/python3.4/site-packages/mezzanine/utils/conf.py", line 222, in set_dynamic_settings for (key, db) in s["DATABASES"].items(): KeyError: 'DATABASES' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2226, in _find_and_load_unlocked File "", line 1200, in _load_unlocked File "", line 1129, in _exec File "", line 1471, in exec_module File "", line 321, in _call_with_frames_removed File "/home2/snowbear/django_py3_4/geojunk/geojunk/settings.py", line 405, in set_dynamic_settings(globals()) File "/home2/snowbear/python/lib/python3.4/site-packages/mezzanine/utils/conf.py", line 222, in set_dynamic_settings for (key, db) in s["DATABASES"].items(): KeyError: 'DATABASES' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2226, in _find_and_load_unlocked File "", line 1200, in _load_unlocked File "", line 1129, in _exec File "", line 1471, in exec_module File "", line 321, in _call_with_frames_removed File "/home2/snowbear/django_py3_4/geojunk/geojunk/settings.py", line 405, in set_dynamic_settings(globals()) File "/home2/snowbear/python/lib/python3.4/site-packages/mezzanine/utils/conf.py", line 222, in set_dynamic_settings for (key, db) in s["DATABASES"].items(): KeyError: 'DATABASES' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk' Traceback (most recent call last): File "geojunk.fcgi", line 18, in application = get_wsgi_application() File "/home2/snowbear/python/lib/python3.4/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application django.setup() File "/home2/snowbear/python/lib/python3.4/site-packages/django/__init__.py", line 17, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 55, in __getattr__ self._setup(name) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home2/snowbear/python/lib/python3.4/site-packages/django/conf/__init__.py", line 99, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/home2/snowbear/python/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2212, in _find_and_load_unlocked File "", line 321, in _call_with_frames_removed File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2224, in _find_and_load_unlocked ImportError: No module named 'geojunk'